Release 10.1A: OpenEdge Development:
.NET Open Clients


Accessing properties directly

In addition to the general property accessor methods, you can access properties directly.

When accessing these properties on the RunTimeProperties class, use the class name to access the property. For example:

RunTimeProperties.InitialConnections = 5 

When calling these properties on a Connection object, use the instance of the object to access the property. For example:

ConnectObj.InitialConnections = 5 

Where ConnectObj is an instance of the Progress.Open4GL.Proxy.Connection class.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095